home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / pack2.dir / 00023.ls < prev    next >
Encoding:
Text File  |  1995-12-30  |  582 b   |  24 lines

  1. on mouseDown
  2.   global numb, mydatebase, h, v
  3.   puppetSound("kan")
  4.   repeat while stillDown()
  5.     if rollOver(clickOn()) then
  6.       set the castNum of sprite clickOn() to 44
  7.       next repeat
  8.     end if
  9.     set the castNum of sprite clickOn() to 43
  10.   end repeat
  11.   set the castNum of sprite clickOn() to 43
  12.   set h to the locH of sprite 15
  13.   set v to the locV of sprite 15
  14.   if item 11 of line numb of mydatebase <> 0 then
  15.   else
  16.     puppetSprite(15, 1)
  17.     set the locH of sprite 15 to h
  18.     set the locV of sprite 15 to v + 220
  19.   end if
  20.   updateStage()
  21.   unLoad()
  22.   go("movie")
  23. end
  24.